Dekoratives Banner

filePutDialog() Global Function


    filePutDialog(prompt,default,type)

Description

    The filePutDialog global function presents the File > Save dialog that is standard for the platform on which After Effects is running.

Parameters

    prompt

    message which displays on the title bar of the dialog; truncated if too long

    default

    default file name to display in the file-saving dialog; this value must observe the file-naming conventions of the platform on which After Effects is running

    type

    specified file type

Returns

    File object, or null if the user cancels the dialog.